home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
- <WEATHERREPORT xmlns="x-schema:WeatherSchema.xml">
- <STATE NAME="California">
- <CITY NAME="Los Angeles">
- <SKIES VALUE="PARTLYSUNNY"/>
- <HI C="31" F="87"/>
- <LOW C="18" F="65"/>
- Partly cloudy
- </CITY>
- <CITY NAME="Sacramento">
- <SKIES VALUE="SUNNY"/>
- <HI C="36" F="97"/>
- <LOW C="17" F="64"/>
- Sunny and hot.
- </CITY>
- <CITY NAME="San Diego">
- <SKIES VALUE="PARTLYSUNNY"/>
- <HI C="26" F="78"/>
- <LOW C="19" F="67"/>
- </CITY>
- <CITY NAME="San Fransisco">
- <SKIES VALUE="PARTLYCLOUDY"/>
- <HI C="26" F="79"/>
- <LOW C="14" F="58"/>
- Partly cloudy and humid
- </CITY>
- <CITY NAME="Truckee">
- <SKIES VALUE="RAIN"/>
- <HI C="32" F="89"/>
- <LOW C="11" F="52"/>
- Scattered thunderstorms
- </CITY>
- </STATE>
- <STATE NAME="New Jersey">
- <CITY NAME="Newark">
- <SKIES VALUE="PARTLYSUNNY"/>
- <HI C="36" F="97"/>
- <LOW C="21" F="71"/>
- Partly sunny, breezy and humid
- </CITY>
- <CITY NAME="Trenton">
- <SKIES VALUE="PARTLYCLOUDY"/>
- <HI C="32" F="90"/>
- <LOW C="18" F="65"/>
- Partly cloudy and humid
- </CITY>
- <CITY NAME="Princeton">
- <SKIES VALUE="RAIN"/>
- <HI C="33" F="92"/>
- <LOW C="20" F="68"/>
- Thundershowers
- </CITY>
- <CITY NAME="White Meadow Lake">
- <SKIES VALUE="SUNNY"/>
- <HI C="24" F="85"/>
- <LOW C="21" F="70"/>
- Sunny, clear skies, breezy and warm.
- </CITY>
- </STATE>
- <STATE NAME="Washington">
- <CITY NAME="Seattle">
- <SKIES VALUE="RAIN"/>
- <HI C="20" F="68"/>
- <LOW C="15" F="59"/>
- Raining on and off throughout the day.
- </CITY>
- <CITY NAME="Yakima">
- <SKIES VALUE="PARTLYSUNNY"/>
- <HI C="23" F="73"/>
- <LOW C="14" F="57"/>
- Partly sunny after morning clouds
- </CITY>
- <CITY NAME="Redmond">
- <SKIES VALUE="SNOW"/>
- <HI C="2" F="35"/>
- <LOW C="-7" F="20"/>
- Snowstorms in the afternoon
- </CITY>
- </STATE>
- </WEATHERREPORT>
-
-